home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRBANDEDITORFORM / TFRBANDEDITORFORM.txt < prev   
Text File  |  2002-03-27  |  2KB  |  86 lines

  1. object frBandEditorForm: TfrBandEditorForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select datasource'
  7.   ClientHeight = 205
  8.   ClientWidth = 225
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 20
  19.     Top = 180
  20.     Width = 16
  21.     Height = 16
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     Visible = False
  25.   end
  26.   object Button1: TButton
  27.     Left = 66
  28.     Top = 176
  29.     Width = 75
  30.     Height = 25
  31.     HelpContext = 40
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object Button2: TButton
  38.     Left = 146
  39.     Top = 176
  40.     Width = 75
  41.     Height = 25
  42.     HelpContext = 50
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object GB1: TGroupBox
  49.     Left = 4
  50.     Top = 0
  51.     Width = 217
  52.     Height = 169
  53.     TabOrder = 0
  54.     object Label2: TLabel
  55.       Left = 8
  56.       Top = 144
  57.       Width = 87
  58.       Height = 13
  59.       Caption = 'Number of records'
  60.       FocusControl = Edit1
  61.     end
  62.     object Edit1: TEdit
  63.       Left = 136
  64.       Top = 140
  65.       Width = 72
  66.       Height = 21
  67.       HelpContext = 95
  68.       TabOrder = 0
  69.       Text = '1'
  70.     end
  71.     object LB1: TListBox
  72.       Left = 8
  73.       Top = 16
  74.       Width = 200
  75.       Height = 116
  76.       HelpContext = 88
  77.       ItemHeight = 16
  78.       Style = lbOwnerDrawFixed
  79.       TabOrder = 1
  80.       OnClick = LB1Click
  81.       OnDblClick = LB1DblClick
  82.       OnDrawItem = LB1DrawItem
  83.     end
  84.   end
  85. end
  86.